Post

Replies

Boosts

Views

Activity

Reply to module compiled with swift 5.3.2 cannot be imported by the swift 5.5.2 compiler
I'm using cocoapods-binary-cache and I'm getting the same error as yours. There is no problem when building with the actual device, but an error occurs when building with the simulator as a target. Module compiled with Swift 5.3.2 cannot be imported by the Swift 5.5.2 compiler Environment: Xcode 13.2.1 (13C100) Using a Mackbook Pro (M1 Pro, 10 Core) swift-driver version: 1.26.21 Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30) Target: arm64-apple-macosx12.0 No additional Swift use with other Xcode or Toolchain.
Feb ’22
Reply to Cell should never be in update animation (UICollectionView crash)
In my case, I get the same error in [UIPageViewController setViewControllers:direction:animated:completion:]. I don't know how to fix this error yet. Fatal Exception: NSInternalInconsistencyException (Unexpected subviews) 0 CoreFoundation 0x1a0e229d8 __exceptionPreprocess 1 libobjc.A.dylib 0x1b51a5b54 objc_exception_throw 2 CoreFoundation 0x1a0d3150c -[CFPrefsSearchListSource addManagedSourceForIdentifier:user:] 3 Foundation 0x1a202b878 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] 4 UIKitCore 0x1a2f3bac4 -[_UIQueuingScrollView _setWrappedViewAtIndex:withView:] 5 UIKitCore 0x1a2f3c04c -[_UIQueuingScrollView _replaceViews:updatingContents:adjustContentInsets:animated:] 6 UIKitCore 0x1a2f3d68c -[_UIQueuingScrollView _enqueueAnimatedScrollInDirection:withView:completion:] 7 UIKitCore 0x1a2f3e1d4 -[_UIQueuingScrollView setView:direction:animated:completion:] 8 UIKitCore 0x1a2f31e14 -[UIPageViewController _setViewControllers:withScrollInDirection:animated:completion:] 9 UIKitCore 0x1a2f31ffc -[UIPageViewController setViewControllers:direction:animated:completion:]
May ’21